runtime.special.offset (field)
13 uses
runtime (current package)
heapdump.go#L462: p := unsafe.Pointer(s.base() + uintptr(spf.special.offset))
heapdump.go#L661: p := s.base() + uintptr(spp.special.offset)
mgcmark.go#L385: p := s.base() + uintptr(spf.special.offset)/s.elemsize*s.elemsize
mgcsweep.go#L552: objIndex := uintptr(siter.s.offset) / size
mgcsweep.go#L560: for tmp := siter.s; tmp != nil && uintptr(tmp.offset) < endOffset; tmp = tmp.next {
mgcsweep.go#L569: for siter.valid() && uintptr(siter.s.offset) < endOffset {
mgcsweep.go#L573: p := s.base() + uintptr(special.offset)
mheap.go#L1812: offset uint16 // span offset of object
mheap.go#L1859: s.offset = uint16(offset)
mheap.go#L1916: if offset == uintptr(s.offset) && kind == s.kind {
mheap.go#L1920: if offset < uintptr(s.offset) || (offset == uintptr(s.offset) && kind < s.kind) {
pinner.go#L331: rec.special.offset = uint16(offset)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |